home *** CD-ROM | disk | FTP | other *** search
- ; $VER: PPCLibEmuInstall Version 1.0 (23.04.99)
-
- (complete 0)
-
- (message "\n\nInstall script for PPCLibEmu V0.6d\n\n"
- "Software by Frank Wille\n"
- "frank@phoenix.owl.de\n\n"
- "This script by Dominic Clifton\n"
- "hydrasmail@usa.net\n")
-
- ;(welcome)
-
- (set #folder "SYS:")
-
- (complete 10)
-
- (message "\n\nSetting environment variables\n"
- "ENV:PowerPC/Terminator 0\n"
- "ENV:PowerPC/noPatch 1")
-
- (set destenvarc (tackon "envarc:" "PowerPC"))
- (set destenv (tackon "env:" "PowerPC"))
- (if
- (= (exists destenvarc) 0)
- (
- (makedir destenvarc (infos))
- (makedir destenv (infos))
- )
- )
-
- (run "setenv PowerPC/Terminator 0")
- (run "copy ENV:PowerPC/Terminator ENVARC:PowerPC")
- (run "setenv PowerPC/nopatch 1")
- (run "copy ENV:PowerPC/nopatch ENVARC:PowerPC")
-
- (if
- (= (exists "libs:ppc.library") 1)
- (
- (message "\n\nBacking up libs:ppc.library as\n"
- "libs:ppc.library.orig")
-
- (run "copy libs:ppc.library libs:ppc.library.orig")
- )
- )
- (complete 50)
-
- (copylib
- (prompt "Copy ppc.library to libs")
- (help "Required for installation")
- (source (tackon (pathonly @icon) "ppc.library"))
- (dest "libs:")
- (confirm)
- )
-
- (complete 100)
-
- (exit "Done, please reboot!\n"
- "If you have an BlizzardPPC consult the docs" (quiet))
-